







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Shows the string representation of the collection. The string representation contains
a list of the items in the collection. Contained collections (except string) are expanded
recursively.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public override string ToString() |
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString () override |
Return Value
The string representation of the collection.
See Also
CollectionBase<(Of <T>)> Class
Wintellect.PowerCollections Namespace